home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / online / ezclean.EXE / EasyClean.exe / 0 / RCDATA / TFCONFIRM / TFCONFIRM.txt
Text File  |  1997-01-22  |  4KB  |  158 lines

  1. object fConfirm: TfConfirm
  2.   Left = 386
  3.   Top = 238
  4.   Width = 549
  5.   Height = 393
  6.   Caption = 'Confirm the restore operation'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 297
  20.     Width = 541
  21.     Height = 69
  22.     Align = alBottom
  23.     TabOrder = 0
  24.     object Panel4: TPanel
  25.       Left = 1
  26.       Top = 1
  27.       Width = 206
  28.       Height = 67
  29.       Align = alLeft
  30.       Alignment = taLeftJustify
  31.       TabOrder = 0
  32.       object CheckNew: TCheckBox
  33.         Left = 16
  34.         Top = 6
  35.         Width = 184
  36.         Height = 17
  37.         Caption = 'delete new (added) keys / values'
  38.         State = cbChecked
  39.         TabOrder = 0
  40.         OnClick = CheckNewClick
  41.       end
  42.       object CheckDeleted: TCheckBox
  43.         Left = 16
  44.         Top = 25
  45.         Width = 169
  46.         Height = 17
  47.         Caption = 'restore deleted Entries/Values'
  48.         State = cbChecked
  49.         TabOrder = 1
  50.         OnClick = CheckDeletedClick
  51.       end
  52.       object CheckAltered: TCheckBox
  53.         Left = 16
  54.         Top = 44
  55.         Width = 169
  56.         Height = 17
  57.         Caption = 'backup altered Values'
  58.         State = cbChecked
  59.         TabOrder = 2
  60.         OnClick = CheckAlteredClick
  61.       end
  62.     end
  63.     object Panel5: TPanel
  64.       Left = 207
  65.       Top = 1
  66.       Width = 333
  67.       Height = 67
  68.       Align = alClient
  69.       TabOrder = 1
  70.       object BitBtn2: TBitBtn
  71.         Left = 59
  72.         Top = 21
  73.         Width = 87
  74.         Height = 25
  75.         Caption = 'Execute'
  76.         TabOrder = 0
  77.         OnClick = BitBtn2Click
  78.         Glyph.Data = {
  79.           E6000000424DE60000000000000076000000280000000F0000000E0000000100
  80.           0400000000007000000000000000000000000000000000000000000000000000
  81.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  82.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  83.           FFFFFFFFFFFFFFFFFFFFFF0087FFFFFFFFFFFF0B3087FFFFFFFFFFF0BB0087FF
  84.           FFFFFFFF0BB3008FFFFFFFFFF0BBB008FFFFFFFFF00BBB007FFFFFFF00BBB007
  85.           FFF0FFFFF00BBB007FF0FFFFFFF00BB007F0FFFFFFFFF00B0070FFFFFFFFFFF0
  86.           00F0FFFFFFFFFFFFFFF0}
  87.       end
  88.       object BitBtn3: TBitBtn
  89.         Left = 157
  90.         Top = 21
  91.         Width = 75
  92.         Height = 25
  93.         Caption = 'Cancel'
  94.         TabOrder = 1
  95.         Kind = bkCancel
  96.       end
  97.     end
  98.   end
  99.   object Panel2: TPanel
  100.     Left = 0
  101.     Top = 0
  102.     Width = 541
  103.     Height = 297
  104.     Align = alClient
  105.     Caption = 'Panel2'
  106.     TabOrder = 1
  107.     object Panel3: TPanel
  108.       Left = 1
  109.       Top = 1
  110.       Width = 539
  111.       Height = 22
  112.       Align = alTop
  113.       TabOrder = 0
  114.       object Label1: TLabel
  115.         Left = 7
  116.         Top = 7
  117.         Width = 148
  118.         Height = 13
  119.         Caption = 'These Operations will be Done:'
  120.       end
  121.     end
  122.     object ListView1: TListView
  123.       Left = 1
  124.       Top = 23
  125.       Width = 539
  126.       Height = 273
  127.       Align = alClient
  128.       Columns = <
  129.         item
  130.           Caption = 'Action'
  131.           Width = 100
  132.         end
  133.         item
  134.           Caption = 'Path'
  135.           Width = 200
  136.         end
  137.         item
  138.           Caption = 'Name'
  139.           Width = 80
  140.         end
  141.         item
  142.           Caption = 'Value'
  143.           Width = 100
  144.         end
  145.         item
  146.           Caption = 'Status'
  147.         end>
  148.       ReadOnly = False
  149.       Font.Color = clWindowText
  150.       Font.Height = -8
  151.       Font.Name = 'MS Sans Serif'
  152.       Font.Style = []
  153.       TabOrder = 1
  154.       ViewStyle = vsReport
  155.     end
  156.   end
  157. end
  158.